check if cookie exists php

46

check if cookie exists php -

if (!isset($_COOKIE["lg"])) {
	setcookie("lg", "ro");
}

Comments

Submit
0 Comments